Html Css Color HEX #488FEB Cornflower Blue

📋 copy color: '#488FEB'

red 72 ◦ green 143 ◦ blue 235

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

Shades of Cornflower Blue #488FEB

Tints of Cornflower Blue #488FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 16%
G = 31.78%
B = 52.22%

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

#488FEB (or 0x488FEB) is known color: Cornflower Blue. HEX triplet: 48, 8F and EB. RGB value is (72,143,235). Sum of RGB (Red+Green+Blue) = 72+143+235=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #488FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488FEB is #B77014. Grayscale: #838383. Windows color (decimal): -12021781 or 15437640. OLE color: 15437640.

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

Color convert

RGB 72 143 235 -
CMYK 0.69 0.39 0 0.08
HSL 213.87º 0.8% 0.6% -
HSV(B) 213.87º 0.69% 0.92% -
XYZ 27.49 27.02 82.36 -
YUV 132.26 185.98 85.02 -
System Red Green Blue C M Y K H S L
Decimal 72 143 235 0.69 0.39 0 0.08 213.87 0.8 0.6
Hex 48 8F EB 45 27 0 8 D6 50 3C
Octal 110 217 353 105 47 0 10 326 120 74
Binary 1001000 10001111 11101011 1000101 100111 0 1000 11010110 1010000 111100

Color Harmonies of #488FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FEB

Black with #488FEB

Text Example


Text Example

White with #488FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,143,235); }

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

background-color css

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

 a { background-color: rgb(72,143,235); }

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

border-color css

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

 span { border-color: rgb(72,143,235); }

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