Html Css Color HEX #248FAF Pelorous

📋 copy color: '#248FAF'

red 36 ◦ green 143 ◦ blue 175

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

Shades of Pelorous #248FAF

Tints of Pelorous #248FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.44%

R = 10.17%
G = 40.4%
B = 49.44%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#248FAF (or 0x248FAF) is known color: Pelorous. HEX triplet: 24, 8F and AF. RGB value is (36,143,175). Sum of RGB (Red+Green+Blue) = 36+143+175=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #248FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248FAF is #DB7050. Grayscale: #727272. Windows color (decimal): -14381137 or 11505444. OLE color: 11505444.

HSL color Cylindrical-coordinate representation of color #248FAF: hue angle of 193.81º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248FAF is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 143 175 -
CMYK 0.79 0.18 0 0.31
HSL 193.81º 0.66% 0.41% -
HSV(B) 193.81º 0.79% 0.69% -
XYZ 18.29 23.12 44.06 -
YUV 114.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 36 143 175 0.79 0.18 0 0.31 193.81 0.66 0.41
Hex 24 8F AF 4F 12 0 1F C2 42 29
Octal 44 217 257 117 22 0 37 302 102 51
Binary 100100 10001111 10101111 1001111 10010 0 11111 11000010 1000010 101001

Color Harmonies of #248FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FAF

Black with #248FAF

Text Example


Text Example

White with #248FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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