Html Css Color HEX #248FAA Pelorous

📋 copy color: '#248FAA'

red 36 ◦ green 143 ◦ blue 170

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

Shades of Pelorous #248FAA

Tints of Pelorous #248FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 10.32%
G = 40.97%
B = 48.71%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#248FAA (or 0x248FAA) is known color: Pelorous. HEX triplet: 24, 8F and AA. RGB value is (36,143,170). Sum of RGB (Red+Green+Blue) = 36+143+170=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #248FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248FAA is #DB7055. Grayscale: #717171. Windows color (decimal): -14381142 or 11177764. OLE color: 11177764.

HSL color Cylindrical-coordinate representation of color #248FAA: hue angle of 192.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248FAA is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 143 170 -
CMYK 0.79 0.16 0 0.33
HSL 192.09º 0.65% 0.4% -
HSV(B) 192.09º 0.79% 0.67% -
XYZ 17.81 22.92 41.52 -
YUV 114.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 36 143 170 0.79 0.16 0 0.33 192.09 0.65 0.4
Hex 24 8F AA 4F 10 0 21 C0 41 28
Octal 44 217 252 117 20 0 41 300 101 50
Binary 100100 10001111 10101010 1001111 10000 0 100001 11000000 1000001 101000

Color Harmonies of #248FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FAA

Black with #248FAA

Text Example


Text Example

White with #248FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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