Html Css Color HEX #249BC8 Pelorous

📋 copy color: '#249BC8'

red 36 ◦ green 155 ◦ blue 200

#249BC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #249BC8

Tints of Pelorous #249BC8

RGB

 RED value IS 36 (14.45% from 255) = 9.21%

 GREEN value IS 155 (60.94% from 255) = 39.64%

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 9.21%
G = 39.64%
B = 51.15%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#249BC8 (or 0x249BC8) is known color: Pelorous. HEX triplet: 24, 9B and C8. RGB value is (36,155,200). Sum of RGB (Red+Green+Blue) = 36+155+200=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #249BC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BC8 is #DB6437. Grayscale: #7C7C7C. Windows color (decimal): -14378040 or 13146916. OLE color: 13146916.

HSL color Cylindrical-coordinate representation of color #249BC8: hue angle of 196.46º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249BC8 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 155 200 -
CMYK 0.82 0.22 0 0.22
HSL 196.46º 0.69% 0.46% -
HSV(B) 196.46º 0.82% 0.78% -
XYZ 22.87 27.99 58.84 -
YUV 124.55 170.58 64.84 -
System Red Green Blue C M Y K H S L
Decimal 36 155 200 0.82 0.22 0 0.22 196.46 0.69 0.46
Hex 24 9B C8 52 16 0 16 C4 45 2E
Octal 44 233 310 122 26 0 26 304 105 56
Binary 100100 10011011 11001000 1010010 10110 0 10110 11000100 1000101 101110

Color Harmonies of #249BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BC8

Black with #249BC8

Text Example


Text Example

White with #249BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249BC8; }

 p { color: rgb(36,155,200); }

 H1.HeaderClassName
 {
   color: #249BC8;
 }
 .AnyTagClassName
 {
   color: #249BC8;
 }
</style>

background-color css

<style>
 a { background-color: #249BC8; }

 a { background-color: rgb(36,155,200); }

 div.DivClassName
 {
   background-color: #249BC8;
 }
 .BgClassName
 {
   background-color: #249BC8;
 }
</style>

border-color css

<style>
 span { border-color: #249BC8; }

 span { border-color: rgb(36,155,200); }

 td.TdClassName
 {
   border-color: #249BC8;
 }
 .TagClassName
 {
   border-color: #249BC8;
 }
</style>