Html Css Color HEX #488EEA Cornflower Blue

📋 copy color: '#488EEA'

red 72 ◦ green 142 ◦ blue 234

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

Shades of Cornflower Blue #488EEA

Tints of Cornflower Blue #488EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.7%

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

R = 16.07%
G = 31.7%
B = 52.23%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#488EEA (or 0x488EEA) is known color: Cornflower Blue. HEX triplet: 48, 8E and EA. RGB value is (72,142,234). Sum of RGB (Red+Green+Blue) = 72+142+234=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #488EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488EEA is #B77115. Grayscale: #838383. Windows color (decimal): -12022038 or 15371848. OLE color: 15371848.

HSL color Cylindrical-coordinate representation of color #488EEA: hue angle of 214.07º 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 #488EEA is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 142 234 -
CMYK 0.69 0.39 0 0.08
HSL 214.07º 0.79% 0.6% -
HSV(B) 214.07º 0.69% 0.92% -
XYZ 27.2 26.66 81.56 -
YUV 131.56 185.81 85.52 -
System Red Green Blue C M Y K H S L
Decimal 72 142 234 0.69 0.39 0 0.08 214.07 0.79 0.6
Hex 48 8E EA 45 27 0 8 D6 4F 3C
Octal 110 216 352 105 47 0 10 326 117 74
Binary 1001000 10001110 11101010 1000101 100111 0 1000 11010110 1001111 111100

Color Harmonies of #488EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EEA

Black with #488EEA

Text Example


Text Example

White with #488EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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