Html Css Color HEX #468DFF Cornflower Blue

📋 copy color: '#468DFF'

red 70 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #468DFF

Tints of Cornflower Blue #468DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.26%

 BLUE value IS 255 (100% from 255) = 54.72%

R = 15.02%
G = 30.26%
B = 54.72%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#468DFF (or 0x468DFF) is known color: Cornflower Blue. HEX triplet: 46, 8D and FF. RGB value is (70,141,255). Sum of RGB (Red+Green+Blue) = 70+141+255=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #468DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468DFF is #B97200. Grayscale: #848484. Windows color (decimal): -12153345 or 16747846. OLE color: 16747846.

HSL color Cylindrical-coordinate representation of color #468DFF: hue angle of 216.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #468DFF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 141 255 -
CMYK 0.73 0.45 0 0
HSL 216.97º 1% 0.64% -
HSV(B) 216.97º 0.73% 1% -
XYZ 30.1 27.57 98.34 -
YUV 132.77 196.98 83.23 -
System Red Green Blue C M Y K H S L
Decimal 70 141 255 0.73 0.45 0 0 216.97 1 0.64
Hex 46 8D FF 49 2D 0 0 D9 64 40
Octal 106 215 377 111 55 0 0 331 144 100
Binary 1000110 10001101 11111111 1001001 101101 0 0 11011001 1100100 1000000

Color Harmonies of #468DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DFF

Black with #468DFF

Text Example


Text Example

White with #468DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,141,255); }

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

background-color css

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

 a { background-color: rgb(70,141,255); }

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

border-color css

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

 span { border-color: rgb(70,141,255); }

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