Html Css Color HEX #468CFF Cornflower Blue

📋 copy color: '#468CFF'

red 70 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #468CFF

Tints of Cornflower Blue #468CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.11%

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

R = 15.05%
G = 30.11%
B = 54.84%

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

#468CFF (or 0x468CFF) is known color: Cornflower Blue. HEX triplet: 46, 8C and FF. RGB value is (70,140,255). Sum of RGB (Red+Green+Blue) = 70+140+255=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #468CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468CFF is #B97300. Grayscale: #838383. Windows color (decimal): -12153601 or 16747590. OLE color: 16747590.

HSL color Cylindrical-coordinate representation of color #468CFF: hue angle of 217.3º 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 #468CFF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 140 255 -
CMYK 0.73 0.45 0 0
HSL 217.3º 1% 0.64% -
HSV(B) 217.3º 0.73% 1% -
XYZ 29.95 27.28 98.29 -
YUV 132.18 197.31 83.65 -
System Red Green Blue C M Y K H S L
Decimal 70 140 255 0.73 0.45 0 0 217.3 1 0.64
Hex 46 8C FF 49 2D 0 0 D9 64 40
Octal 106 214 377 111 55 0 0 331 144 100
Binary 1000110 10001100 11111111 1001001 101101 0 0 11011001 1100100 1000000

Color Harmonies of #468CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CFF

Black with #468CFF

Text Example


Text Example

White with #468CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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