Html Css Color HEX #249CCE Pelorous

📋 copy color: '#249CCE'

red 36 ◦ green 156 ◦ blue 206

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

Shades of Pelorous #249CCE

Tints of Pelorous #249CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 9.05%
G = 39.2%
B = 51.76%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#249CCE (or 0x249CCE) is known color: Pelorous. HEX triplet: 24, 9C and CE. RGB value is (36,156,206). Sum of RGB (Red+Green+Blue) = 36+156+206=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #249CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CCE is #DB6331. Grayscale: #7D7D7D. Windows color (decimal): -14377778 or 13540388. OLE color: 13540388.

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

Color convert

RGB 36 156 206 -
CMYK 0.83 0.24 0 0.19
HSL 197.65º 0.7% 0.47% -
HSV(B) 197.65º 0.83% 0.81% -
XYZ 23.76 28.61 62.66 -
YUV 125.82 173.24 63.93 -
System Red Green Blue C M Y K H S L
Decimal 36 156 206 0.83 0.24 0 0.19 197.65 0.7 0.47
Hex 24 9C CE 53 18 0 13 C6 46 2F
Octal 44 234 316 123 30 0 23 306 106 57
Binary 100100 10011100 11001110 1010011 11000 0 10011 11000110 1000110 101111

Color Harmonies of #249CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CCE

Black with #249CCE

Text Example


Text Example

White with #249CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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