Html Css Color HEX #248ECB Pelorous

📋 copy color: '#248ECB'

red 36 ◦ green 142 ◦ blue 203

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

Shades of Pelorous #248ECB

Tints of Pelorous #248ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.27%

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

R = 9.45%
G = 37.27%
B = 53.28%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#248ECB (or 0x248ECB) is known color: Pelorous. HEX triplet: 24, 8E and CB. RGB value is (36,142,203). Sum of RGB (Red+Green+Blue) = 36+142+203=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #248ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ECB is #DB7134. Grayscale: #747474. Windows color (decimal): -14381365 or 13340196. OLE color: 13340196.

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

Color convert

RGB 36 142 203 -
CMYK 0.82 0.30 0 0.20
HSL 201.92º 0.7% 0.47% -
HSV(B) 201.92º 0.82% 0.8% -
XYZ 21.18 24.03 60.02 -
YUV 117.26 176.38 70.04 -
System Red Green Blue C M Y K H S L
Decimal 36 142 203 0.82 0.30 0 0.20 201.92 0.7 0.47
Hex 24 8E CB 52 1E 0 14 CA 46 2F
Octal 44 216 313 122 36 0 24 312 106 57
Binary 100100 10001110 11001011 1010010 11110 0 10100 11001010 1000110 101111

Color Harmonies of #248ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248ECB

Black with #248ECB

Text Example


Text Example

White with #248ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248ECB; }

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

 H1.HeaderClassName
 {
   color: #248ECB;
 }
 .AnyTagClassName
 {
   color: #248ECB;
 }
</style>

background-color css

<style>
 a { background-color: #248ECB; }

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

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

border-color css

<style>
 span { border-color: #248ECB; }

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

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