Html Css Color HEX #248DCA Pelorous

📋 copy color: '#248DCA'

red 36 ◦ green 141 ◦ blue 202

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

Shades of Pelorous #248DCA

Tints of Pelorous #248DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 9.5%
G = 37.2%
B = 53.3%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#248DCA (or 0x248DCA) is known color: Pelorous. HEX triplet: 24, 8D and CA. RGB value is (36,141,202). Sum of RGB (Red+Green+Blue) = 36+141+202=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #248DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DCA is #DB7235. Grayscale: #747474. Windows color (decimal): -14381622 or 13274404. OLE color: 13274404.

HSL color Cylindrical-coordinate representation of color #248DCA: hue angle of 202.05º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #248DCA is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 141 202 -
CMYK 0.82 0.30 0 0.21
HSL 202.05º 0.7% 0.47% -
HSV(B) 202.05º 0.82% 0.79% -
XYZ 20.91 23.69 59.35 -
YUV 116.56 176.21 70.54 -
System Red Green Blue C M Y K H S L
Decimal 36 141 202 0.82 0.30 0 0.21 202.05 0.7 0.47
Hex 24 8D CA 52 1E 0 15 CA 46 2F
Octal 44 215 312 122 36 0 25 312 106 57
Binary 100100 10001101 11001010 1010010 11110 0 10101 11001010 1000110 101111

Color Harmonies of #248DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DCA

Black with #248DCA

Text Example


Text Example

White with #248DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,141,202); }

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

background-color css

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

 a { background-color: rgb(36,141,202); }

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

border-color css

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

 span { border-color: rgb(36,141,202); }

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