Html Css Color HEX #248FCC Pelorous

📋 copy color: '#248FCC'

red 36 ◦ green 143 ◦ blue 204

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

Shades of Pelorous #248FCC

Tints of Pelorous #248FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 9.4%
G = 37.34%
B = 53.26%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#248FCC (or 0x248FCC) is known color: Pelorous. HEX triplet: 24, 8F and CC. RGB value is (36,143,204). Sum of RGB (Red+Green+Blue) = 36+143+204=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #248FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FCC is #DB7033. Grayscale: #757575. Windows color (decimal): -14381108 or 13405988. OLE color: 13405988.

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

Color convert

RGB 36 143 204 -
CMYK 0.82 0.30 0 0.2
HSL 201.79º 0.7% 0.47% -
HSV(B) 201.79º 0.82% 0.8% -
XYZ 21.45 24.38 60.7 -
YUV 117.96 176.55 69.54 -
System Red Green Blue C M Y K H S L
Decimal 36 143 204 0.82 0.30 0 0.2 201.79 0.7 0.47
Hex 24 8F CC 52 1E 0 14 CA 46 2F
Octal 44 217 314 122 36 0 24 312 106 57
Binary 100100 10001111 11001100 1010010 11110 0 10100 11001010 1000110 101111

Color Harmonies of #248FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FCC

Black with #248FCC

Text Example


Text Example

White with #248FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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