Html Css Color HEX #468EEA Cornflower Blue

📋 copy color: '#468EEA'

red 70 ◦ green 142 ◦ blue 234

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

Shades of Cornflower Blue #468EEA

Tints of Cornflower Blue #468EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 15.7%
G = 31.84%
B = 52.47%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#468EEA (or 0x468EEA) is known color: Cornflower Blue. HEX triplet: 46, 8E and EA. RGB value is (70,142,234). Sum of RGB (Red+Green+Blue) = 70+142+234=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #468EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468EEA is #B97115. Grayscale: #828282. Windows color (decimal): -12153110 or 15371846. OLE color: 15371846.

HSL color Cylindrical-coordinate representation of color #468EEA: hue angle of 213.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #468EEA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 142 234 -
CMYK 0.70 0.39 0 0.08
HSL 213.66º 0.8% 0.6% -
HSV(B) 213.66º 0.7% 0.92% -
XYZ 27.05 26.59 81.55 -
YUV 130.96 186.15 84.52 -
System Red Green Blue C M Y K H S L
Decimal 70 142 234 0.70 0.39 0 0.08 213.66 0.8 0.6
Hex 46 8E EA 46 27 0 8 D6 50 3C
Octal 106 216 352 106 47 0 10 326 120 74
Binary 1000110 10001110 11101010 1000110 100111 0 1000 11010110 1010000 111100

Color Harmonies of #468EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EEA

Black with #468EEA

Text Example


Text Example

White with #468EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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