Html Css Color HEX #248FC4 Pelorous

📋 copy color: '#248FC4'

red 36 ◦ green 143 ◦ blue 196

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

Shades of Pelorous #248FC4

Tints of Pelorous #248FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 52.27%

R = 9.6%
G = 38.13%
B = 52.27%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#248FC4 (or 0x248FC4) is known color: Pelorous. HEX triplet: 24, 8F and C4. RGB value is (36,143,196). Sum of RGB (Red+Green+Blue) = 36+143+196=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #248FC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FC4 is #DB703B. Grayscale: #747474. Windows color (decimal): -14381116 or 12881700. OLE color: 12881700.

HSL color Cylindrical-coordinate representation of color #248FC4: hue angle of 199.88º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #248FC4 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 36 143 196 -
CMYK 0.82 0.27 0 0.23
HSL 199.88º 0.69% 0.45% -
HSV(B) 199.88º 0.82% 0.77% -
XYZ 20.51 24.01 55.78 -
YUV 117.05 172.55 70.19 -
System Red Green Blue C M Y K H S L
Decimal 36 143 196 0.82 0.27 0 0.23 199.88 0.69 0.45
Hex 24 8F C4 52 1B 0 17 C8 45 2D
Octal 44 217 304 122 33 0 27 310 105 55
Binary 100100 10001111 11000100 1010010 11011 0 10111 11001000 1000101 101101

Color Harmonies of #248FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FC4

Black with #248FC4

Text Example


Text Example

White with #248FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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