Html Css Color HEX #248FCE Pelorous

📋 copy color: '#248FCE'

red 36 ◦ green 143 ◦ blue 206

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

Shades of Pelorous #248FCE

Tints of Pelorous #248FCE

RGB

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

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

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

R = 9.35%
G = 37.14%
B = 53.51%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#248FCE (or 0x248FCE) is known color: Pelorous. HEX triplet: 24, 8F and CE. RGB value is (36,143,206). Sum of RGB (Red+Green+Blue) = 36+143+206=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #248FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FCE is #DB7031. Grayscale: #757575. Windows color (decimal): -14381106 or 13537060. OLE color: 13537060.

HSL color Cylindrical-coordinate representation of color #248FCE: hue angle of 202.24º 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 #248FCE is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 143 206 -
CMYK 0.83 0.31 0 0.19
HSL 202.24º 0.7% 0.47% -
HSV(B) 202.24º 0.83% 0.81% -
XYZ 21.69 24.48 61.97 -
YUV 118.19 177.55 69.38 -
System Red Green Blue C M Y K H S L
Decimal 36 143 206 0.83 0.31 0 0.19 202.24 0.7 0.47
Hex 24 8F CE 53 1F 0 13 CA 46 2F
Octal 44 217 316 123 37 0 23 312 106 57
Binary 100100 10001111 11001110 1010011 11111 0 10011 11001010 1000110 101111

Color Harmonies of #248FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FCE

Black with #248FCE

Text Example


Text Example

White with #248FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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