Html Css Color HEX #468FEA Cornflower Blue

📋 copy color: '#468FEA'

red 70 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #468FEA

Tints of Cornflower Blue #468FEA

RGB

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

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

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

R = 15.66%
G = 31.99%
B = 52.35%

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

#468FEA (or 0x468FEA) is known color: Cornflower Blue. HEX triplet: 46, 8F and EA. RGB value is (70,143,234). Sum of RGB (Red+Green+Blue) = 70+143+234=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #468FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468FEA is #B97015. Grayscale: #838383. Windows color (decimal): -12152854 or 15372102. OLE color: 15372102.

HSL color Cylindrical-coordinate representation of color #468FEA: hue angle of 213.29º 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 #468FEA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 143 234 -
CMYK 0.70 0.39 0 0.08
HSL 213.29º 0.8% 0.6% -
HSV(B) 213.29º 0.7% 0.92% -
XYZ 27.2 26.89 81.6 -
YUV 131.55 185.82 84.1 -
System Red Green Blue C M Y K H S L
Decimal 70 143 234 0.70 0.39 0 0.08 213.29 0.8 0.6
Hex 46 8F EA 46 27 0 8 D5 50 3C
Octal 106 217 352 106 47 0 10 325 120 74
Binary 1000110 10001111 11101010 1000110 100111 0 1000 11010101 1010000 111100

Color Harmonies of #468FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468FEA

Black with #468FEA

Text Example


Text Example

White with #468FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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