Html Css Color HEX #249CCB Pelorous

📋 copy color: '#249CCB'

red 36 ◦ green 156 ◦ blue 203

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

Shades of Pelorous #249CCB

Tints of Pelorous #249CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

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

R = 9.11%
G = 39.49%
B = 51.39%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#249CCB (or 0x249CCB) is known color: Pelorous. HEX triplet: 24, 9C and CB. RGB value is (36,156,203). Sum of RGB (Red+Green+Blue) = 36+156+203=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #249CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CCB is #DB6334. Grayscale: #7D7D7D. Windows color (decimal): -14377781 or 13343780. OLE color: 13343780.

HSL color Cylindrical-coordinate representation of color #249CCB: hue angle of 196.89º 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 #249CCB is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 156 203 -
CMYK 0.82 0.23 0 0.20
HSL 196.89º 0.7% 0.47% -
HSV(B) 196.89º 0.82% 0.8% -
XYZ 23.4 28.46 60.76 -
YUV 125.48 171.74 64.18 -
System Red Green Blue C M Y K H S L
Decimal 36 156 203 0.82 0.23 0 0.20 196.89 0.7 0.47
Hex 24 9C CB 52 17 0 14 C5 46 2F
Octal 44 234 313 122 27 0 24 305 106 57
Binary 100100 10011100 11001011 1010010 10111 0 10100 11000101 1000110 101111

Color Harmonies of #249CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CCB

Black with #249CCB

Text Example


Text Example

White with #249CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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