Html Css Color HEX #488BEA Cornflower Blue

📋 copy color: '#488BEA'

red 72 ◦ green 139 ◦ blue 234

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

Shades of Cornflower Blue #488BEA

Tints of Cornflower Blue #488BEA

RGB

 RED value IS 72 (28.52% from 255) = 16.18%

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

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 16.18%
G = 31.24%
B = 52.58%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#488BEA (or 0x488BEA) is known color: Cornflower Blue. HEX triplet: 48, 8B and EA. RGB value is (72,139,234). Sum of RGB (Red+Green+Blue) = 72+139+234=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #488BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488BEA is #B77415. Grayscale: #818181. Windows color (decimal): -12022806 or 15371080. OLE color: 15371080.

HSL color Cylindrical-coordinate representation of color #488BEA: hue angle of 215.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488BEA is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 139 234 -
CMYK 0.69 0.41 0 0.08
HSL 215.19º 0.79% 0.6% -
HSV(B) 215.19º 0.69% 0.92% -
XYZ 26.76 25.78 81.41 -
YUV 129.8 186.8 86.78 -
System Red Green Blue C M Y K H S L
Decimal 72 139 234 0.69 0.41 0 0.08 215.19 0.79 0.6
Hex 48 8B EA 45 29 0 8 D7 4F 3C
Octal 110 213 352 105 51 0 10 327 117 74
Binary 1001000 10001011 11101010 1000101 101001 0 1000 11010111 1001111 111100

Color Harmonies of #488BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BEA

Black with #488BEA

Text Example


Text Example

White with #488BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488BEA; }

 p { color: rgb(72,139,234); }

 H1.HeaderClassName
 {
   color: #488BEA;
 }
 .AnyTagClassName
 {
   color: #488BEA;
 }
</style>

background-color css

<style>
 a { background-color: #488BEA; }

 a { background-color: rgb(72,139,234); }

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

border-color css

<style>
 span { border-color: #488BEA; }

 span { border-color: rgb(72,139,234); }

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