Html Css Color HEX #249FCC Pelorous

📋 copy color: '#249FCC'

red 36 ◦ green 159 ◦ blue 204

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

Shades of Pelorous #249FCC

Tints of Pelorous #249FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.85%

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 9.02%
G = 39.85%
B = 51.13%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#249FCC (or 0x249FCC) is known color: Pelorous. HEX triplet: 24, 9F and CC. RGB value is (36,159,204). Sum of RGB (Red+Green+Blue) = 36+159+204=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #249FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FCC is #DB6033. Grayscale: #7F7F7F. Windows color (decimal): -14377012 or 13410084. OLE color: 13410084.

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

Color convert

RGB 36 159 204 -
CMYK 0.82 0.22 0 0.2
HSL 196.07º 0.7% 0.47% -
HSV(B) 196.07º 0.82% 0.8% -
XYZ 24.02 29.53 61.56 -
YUV 127.35 171.25 62.84 -
System Red Green Blue C M Y K H S L
Decimal 36 159 204 0.82 0.22 0 0.2 196.07 0.7 0.47
Hex 24 9F CC 52 16 0 14 C4 46 2F
Octal 44 237 314 122 26 0 24 304 106 57
Binary 100100 10011111 11001100 1010010 10110 0 10100 11000100 1000110 101111

Color Harmonies of #249FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FCC

Black with #249FCC

Text Example


Text Example

White with #249FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,159,204); }

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

background-color css

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

 a { background-color: rgb(36,159,204); }

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

border-color css

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

 span { border-color: rgb(36,159,204); }

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