Html Css Color HEX #488EFD Cornflower Blue

📋 copy color: '#488EFD'

red 72 ◦ green 142 ◦ blue 253

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

Shades of Cornflower Blue #488EFD

Tints of Cornflower Blue #488EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 15.42%
G = 30.41%
B = 54.18%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#488EFD (or 0x488EFD) is known color: Cornflower Blue. HEX triplet: 48, 8E and FD. RGB value is (72,142,253). Sum of RGB (Red+Green+Blue) = 72+142+253=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #488EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #488EFD is #B77102. Grayscale: #858585. Windows color (decimal): -12022019 or 16617032. OLE color: 16617032.

HSL color Cylindrical-coordinate representation of color #488EFD: hue angle of 216.8º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #488EFD is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 142 253 -
CMYK 0.72 0.44 0 0.01
HSL 216.8º 0.98% 0.64% -
HSV(B) 216.8º 0.72% 0.99% -
XYZ 30.08 27.82 96.71 -
YUV 133.72 195.31 83.97 -
System Red Green Blue C M Y K H S L
Decimal 72 142 253 0.72 0.44 0 0.01 216.8 0.98 0.64
Hex 48 8E FD 48 2C 0 1 D9 62 40
Octal 110 216 375 110 54 0 1 331 142 100
Binary 1001000 10001110 11111101 1001000 101100 0 1 11011001 1100010 1000000

Color Harmonies of #488EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EFD

Black with #488EFD

Text Example


Text Example

White with #488EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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