Html Css Color HEX #468EEF Cornflower Blue

📋 copy color: '#468EEF'

red 70 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #468EEF

Tints of Cornflower Blue #468EEF

RGB

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

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

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

R = 15.52%
G = 31.49%
B = 52.99%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#468EEF (or 0x468EEF) is known color: Cornflower Blue. HEX triplet: 46, 8E and EF. RGB value is (70,142,239). Sum of RGB (Red+Green+Blue) = 70+142+239=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #468EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468EEF is #B97110. Grayscale: #838383. Windows color (decimal): -12153105 or 15699526. OLE color: 15699526.

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

Color convert

RGB 70 142 239 -
CMYK 0.71 0.41 0 0.06
HSL 214.44º 0.84% 0.61% -
HSV(B) 214.44º 0.71% 0.94% -
XYZ 27.78 26.88 85.39 -
YUV 131.53 188.65 84.11 -
System Red Green Blue C M Y K H S L
Decimal 70 142 239 0.71 0.41 0 0.06 214.44 0.84 0.61
Hex 46 8E EF 47 29 0 6 D6 54 3D
Octal 106 216 357 107 51 0 6 326 124 75
Binary 1000110 10001110 11101111 1000111 101001 0 110 11010110 1010100 111101

Color Harmonies of #468EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EEF

Black with #468EEF

Text Example


Text Example

White with #468EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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