Html Css Color HEX #468FE6 Cornflower Blue

📋 copy color: '#468FE6'

red 70 ◦ green 143 ◦ blue 230

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

Shades of Cornflower Blue #468FE6

Tints of Cornflower Blue #468FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.92%

R = 15.8%
G = 32.28%
B = 51.92%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#468FE6 (or 0x468FE6) is known color: Cornflower Blue. HEX triplet: 46, 8F and E6. RGB value is (70,143,230). Sum of RGB (Red+Green+Blue) = 70+143+230=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #468FE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468FE6 is #B97019. Grayscale: #828282. Windows color (decimal): -12152858 or 15109958. OLE color: 15109958.

HSL color Cylindrical-coordinate representation of color #468FE6: hue angle of 212.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #468FE6 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 143 230 -
CMYK 0.70 0.38 0 0.10
HSL 212.63º 0.76% 0.59% -
HSV(B) 212.63º 0.7% 0.9% -
XYZ 26.63 26.66 78.61 -
YUV 131.09 183.82 84.43 -
System Red Green Blue C M Y K H S L
Decimal 70 143 230 0.70 0.38 0 0.10 212.63 0.76 0.59
Hex 46 8F E6 46 26 0 A D5 4C 3B
Octal 106 217 346 106 46 0 12 325 114 73
Binary 1000110 10001111 11100110 1000110 100110 0 1010 11010101 1001100 111011

Color Harmonies of #468FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468FE6

Black with #468FE6

Text Example


Text Example

White with #468FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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