Html Css Color HEX #249BCB Pelorous

📋 copy color: '#249BCB'

red 36 ◦ green 155 ◦ blue 203

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

Shades of Pelorous #249BCB

Tints of Pelorous #249BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 9.14%
G = 39.34%
B = 51.52%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#249BCB (or 0x249BCB) is known color: Pelorous. HEX triplet: 24, 9B and CB. RGB value is (36,155,203). Sum of RGB (Red+Green+Blue) = 36+155+203=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #249BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BCB is #DB6434. Grayscale: #7C7C7C. Windows color (decimal): -14378037 or 13343524. OLE color: 13343524.

HSL color Cylindrical-coordinate representation of color #249BCB: hue angle of 197.25º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249BCB is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 155 203 -
CMYK 0.82 0.24 0 0.20
HSL 197.25º 0.7% 0.47% -
HSV(B) 197.25º 0.82% 0.8% -
XYZ 23.23 28.13 60.71 -
YUV 124.89 172.08 64.6 -
System Red Green Blue C M Y K H S L
Decimal 36 155 203 0.82 0.24 0 0.20 197.25 0.7 0.47
Hex 24 9B CB 52 18 0 14 C5 46 2F
Octal 44 233 313 122 30 0 24 305 106 57
Binary 100100 10011011 11001011 1010010 11000 0 10100 11000101 1000110 101111

Color Harmonies of #249BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BCB

Black with #249BCB

Text Example


Text Example

White with #249BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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