Html Css Color HEX #248CC8 Pelorous

📋 copy color: '#248CC8'

red 36 ◦ green 140 ◦ blue 200

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

Shades of Pelorous #248CC8

Tints of Pelorous #248CC8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

 BLUE value IS 200 (78.52% from 255) = 53.19%

R = 9.57%
G = 37.23%
B = 53.19%

CMYK

 C value IS 0.82

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#248CC8 (or 0x248CC8) is known color: Pelorous. HEX triplet: 24, 8C and C8. RGB value is (36,140,200). Sum of RGB (Red+Green+Blue) = 36+140+200=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #248CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248CC8 is #DB7337. Grayscale: #737373. Windows color (decimal): -14381880 or 13143076. OLE color: 13143076.

HSL color Cylindrical-coordinate representation of color #248CC8: hue angle of 201.95º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #248CC8 is Cyan = 0.82, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 140 200 -
CMYK 0.82 0.3 0 0.22
HSL 201.95º 0.69% 0.46% -
HSV(B) 201.95º 0.82% 0.78% -
XYZ 20.53 23.3 58.06 -
YUV 115.74 175.54 71.12 -
System Red Green Blue C M Y K H S L
Decimal 36 140 200 0.82 0.3 0 0.22 201.95 0.69 0.46
Hex 24 8C C8 52 1E 0 16 CA 45 2E
Octal 44 214 310 122 36 0 26 312 105 56
Binary 100100 10001100 11001000 1010010 11110 0 10110 11001010 1000101 101110

Color Harmonies of #248CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CC8

Black with #248CC8

Text Example


Text Example

White with #248CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,140,200); }

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

background-color css

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

 a { background-color: rgb(36,140,200); }

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

border-color css

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

 span { border-color: rgb(36,140,200); }

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