Html Css Color HEX #468EFB Cornflower Blue

📋 copy color: '#468EFB'

red 70 ◦ green 142 ◦ blue 251

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

Shades of Cornflower Blue #468EFB

Tints of Cornflower Blue #468EFB

RGB

 RED value IS 70 (27.73% from 255) = 15.12%

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

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 15.12%
G = 30.67%
B = 54.21%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#468EFB (or 0x468EFB) is known color: Cornflower Blue. HEX triplet: 46, 8E and FB. RGB value is (70,142,251). Sum of RGB (Red+Green+Blue) = 70+142+251=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #468EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468EFB is #B97104. Grayscale: #848484. Windows color (decimal): -12153093 or 16485958. OLE color: 16485958.

HSL color Cylindrical-coordinate representation of color #468EFB: hue angle of 216.13º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468EFB is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 142 251 -
CMYK 0.72 0.43 0 0.02
HSL 216.13º 0.96% 0.63% -
HSV(B) 216.13º 0.72% 0.98% -
XYZ 29.61 27.61 95.04 -
YUV 132.9 194.65 83.14 -
System Red Green Blue C M Y K H S L
Decimal 70 142 251 0.72 0.43 0 0.02 216.13 0.96 0.63
Hex 46 8E FB 48 2B 0 2 D8 60 3F
Octal 106 216 373 110 53 0 2 330 140 77
Binary 1000110 10001110 11111011 1001000 101011 0 10 11011000 1100000 111111

Color Harmonies of #468EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EFB

Black with #468EFB

Text Example


Text Example

White with #468EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468EFB; }

 p { color: rgb(70,142,251); }

 H1.HeaderClassName
 {
   color: #468EFB;
 }
 .AnyTagClassName
 {
   color: #468EFB;
 }
</style>

background-color css

<style>
 a { background-color: #468EFB; }

 a { background-color: rgb(70,142,251); }

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

border-color css

<style>
 span { border-color: #468EFB; }

 span { border-color: rgb(70,142,251); }

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