Html Css Color HEX #469CED Cornflower Blue

📋 copy color: '#469CED'

red 70 ◦ green 156 ◦ blue 237

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

Shades of Cornflower Blue #469CED

Tints of Cornflower Blue #469CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.69%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 15.12%
G = 33.69%
B = 51.19%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#469CED (or 0x469CED) is known color: Cornflower Blue. HEX triplet: 46, 9C and ED. RGB value is (70,156,237). Sum of RGB (Red+Green+Blue) = 70+156+237=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #469CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469CED is #B96312. Grayscale: #8B8B8B. Windows color (decimal): -12149523 or 15572038. OLE color: 15572038.

HSL color Cylindrical-coordinate representation of color #469CED: hue angle of 209.1º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469CED is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 156 237 -
CMYK 0.70 0.34 0 0.07
HSL 209.1º 0.82% 0.6% -
HSV(B) 209.1º 0.7% 0.93% -
XYZ 29.7 31.19 84.58 -
YUV 139.52 183.01 78.41 -
System Red Green Blue C M Y K H S L
Decimal 70 156 237 0.70 0.34 0 0.07 209.1 0.82 0.6
Hex 46 9C ED 46 22 0 7 D1 52 3C
Octal 106 234 355 106 42 0 7 321 122 74
Binary 1000110 10011100 11101101 1000110 100010 0 111 11010001 1010010 111100

Color Harmonies of #469CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CED

Black with #469CED

Text Example


Text Example

White with #469CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469CED; }

 p { color: rgb(70,156,237); }

 H1.HeaderClassName
 {
   color: #469CED;
 }
 .AnyTagClassName
 {
   color: #469CED;
 }
</style>

background-color css

<style>
 a { background-color: #469CED; }

 a { background-color: rgb(70,156,237); }

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

border-color css

<style>
 span { border-color: #469CED; }

 span { border-color: rgb(70,156,237); }

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