Html Css Color HEX #248FCB Pelorous

📋 copy color: '#248FCB'

red 36 ◦ green 143 ◦ blue 203

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

Shades of Pelorous #248FCB

Tints of Pelorous #248FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.43%

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

R = 9.42%
G = 37.43%
B = 53.14%

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

#248FCB (or 0x248FCB) is known color: Pelorous. HEX triplet: 24, 8F and CB. RGB value is (36,143,203). Sum of RGB (Red+Green+Blue) = 36+143+203=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #248FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FCB is #DB7034. Grayscale: #757575. Windows color (decimal): -14381109 or 13340452. OLE color: 13340452.

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

Color convert

RGB 36 143 203 -
CMYK 0.82 0.30 0 0.20
HSL 201.56º 0.7% 0.47% -
HSV(B) 201.56º 0.82% 0.8% -
XYZ 21.33 24.33 60.07 -
YUV 117.85 176.05 69.62 -
System Red Green Blue C M Y K H S L
Decimal 36 143 203 0.82 0.30 0 0.20 201.56 0.7 0.47
Hex 24 8F CB 52 1E 0 14 CA 46 2F
Octal 44 217 313 122 36 0 24 312 106 57
Binary 100100 10001111 11001011 1010010 11110 0 10100 11001010 1000110 101111

Color Harmonies of #248FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FCB

Black with #248FCB

Text Example


Text Example

White with #248FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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