Html Css Color HEX #488EEF Cornflower Blue

📋 copy color: '#488EEF'

red 72 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #488EEF

Tints of Cornflower Blue #488EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 15.89%
G = 31.35%
B = 52.76%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#488EEF (or 0x488EEF) is known color: Cornflower Blue. HEX triplet: 48, 8E and EF. RGB value is (72,142,239). Sum of RGB (Red+Green+Blue) = 72+142+239=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #488EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488EEF is #B77110. Grayscale: #838383. Windows color (decimal): -12022033 or 15699528. OLE color: 15699528.

HSL color Cylindrical-coordinate representation of color #488EEF: hue angle of 214.85º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #488EEF is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 142 239 -
CMYK 0.70 0.41 0 0.06
HSL 214.85º 0.84% 0.61% -
HSV(B) 214.85º 0.7% 0.94% -
XYZ 27.93 26.96 85.39 -
YUV 132.13 188.31 85.11 -
System Red Green Blue C M Y K H S L
Decimal 72 142 239 0.70 0.41 0 0.06 214.85 0.84 0.61
Hex 48 8E EF 46 29 0 6 D7 54 3D
Octal 110 216 357 106 51 0 6 327 124 75
Binary 1001000 10001110 11101111 1000110 101001 0 110 11010111 1010100 111101

Color Harmonies of #488EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EEF

Black with #488EEF

Text Example


Text Example

White with #488EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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