Html Css Color HEX #468CFA Cornflower Blue

📋 copy color: '#468CFA'

red 70 ◦ green 140 ◦ blue 250

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

Shades of Cornflower Blue #468CFA

Tints of Cornflower Blue #468CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 15.22%
G = 30.43%
B = 54.35%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#468CFA (or 0x468CFA) is known color: Cornflower Blue. HEX triplet: 46, 8C and FA. RGB value is (70,140,250). Sum of RGB (Red+Green+Blue) = 70+140+250=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #468CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468CFA is #B97305. Grayscale: #838383. Windows color (decimal): -12153606 or 16419910. OLE color: 16419910.

HSL color Cylindrical-coordinate representation of color #468CFA: hue angle of 216.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468CFA is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 140 250 -
CMYK 0.72 0.44 0 0.02
HSL 216.67º 0.95% 0.63% -
HSV(B) 216.67º 0.72% 0.98% -
XYZ 29.16 26.96 94.11 -
YUV 131.61 194.81 84.06 -
System Red Green Blue C M Y K H S L
Decimal 70 140 250 0.72 0.44 0 0.02 216.67 0.95 0.63
Hex 46 8C FA 48 2C 0 2 D9 5F 3F
Octal 106 214 372 110 54 0 2 331 137 77
Binary 1000110 10001100 11111010 1001000 101100 0 10 11011001 1011111 111111

Color Harmonies of #468CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CFA

Black with #468CFA

Text Example


Text Example

White with #468CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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