Html Css Color HEX #248BAE Pelorous

📋 copy color: '#248BAE'

red 36 ◦ green 139 ◦ blue 174

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

Shades of Pelorous #248BAE

Tints of Pelorous #248BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.83%

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 10.32%
G = 39.83%
B = 49.86%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#248BAE (or 0x248BAE) is known color: Pelorous. HEX triplet: 24, 8B and AE. RGB value is (36,139,174). Sum of RGB (Red+Green+Blue) = 36+139+174=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #248BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248BAE is #DB7451. Grayscale: #6F6F6F. Windows color (decimal): -14382162 or 11438884. OLE color: 11438884.

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

Color convert

RGB 36 139 174 -
CMYK 0.79 0.20 0 0.32
HSL 195.22º 0.66% 0.41% -
HSV(B) 195.22º 0.79% 0.68% -
XYZ 17.6 21.9 43.34 -
YUV 112.19 162.88 73.65 -
System Red Green Blue C M Y K H S L
Decimal 36 139 174 0.79 0.20 0 0.32 195.22 0.66 0.41
Hex 24 8B AE 4F 14 0 20 C3 42 29
Octal 44 213 256 117 24 0 40 303 102 51
Binary 100100 10001011 10101110 1001111 10100 0 100000 11000011 1000010 101001

Color Harmonies of #248BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BAE

Black with #248BAE

Text Example


Text Example

White with #248BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,139,174); }

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

background-color css

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

 a { background-color: rgb(36,139,174); }

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

border-color css

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

 span { border-color: rgb(36,139,174); }

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