Html Css Color HEX #249FCB Pelorous

📋 copy color: '#249FCB'

red 36 ◦ green 159 ◦ blue 203

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

Shades of Pelorous #249FCB

Tints of Pelorous #249FCB

RGB

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

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

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

R = 9.05%
G = 39.95%
B = 51.01%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#249FCB (or 0x249FCB) is known color: Pelorous. HEX triplet: 24, 9F and CB. RGB value is (36,159,203). Sum of RGB (Red+Green+Blue) = 36+159+203=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #249FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FCB is #DB6034. Grayscale: #7E7E7E. Windows color (decimal): -14377013 or 13344548. OLE color: 13344548.

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

Color convert

RGB 36 159 203 -
CMYK 0.82 0.22 0 0.20
HSL 195.81º 0.7% 0.47% -
HSV(B) 195.81º 0.82% 0.8% -
XYZ 23.91 29.48 60.93 -
YUV 127.24 170.75 62.92 -
System Red Green Blue C M Y K H S L
Decimal 36 159 203 0.82 0.22 0 0.20 195.81 0.7 0.47
Hex 24 9F CB 52 16 0 14 C4 46 2F
Octal 44 237 313 122 26 0 24 304 106 57
Binary 100100 10011111 11001011 1010010 10110 0 10100 11000100 1000110 101111

Color Harmonies of #249FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FCB

Black with #249FCB

Text Example


Text Example

White with #249FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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