Html Css Color HEX #67A2F0 Cornflower Blue

📋 copy color: '#67A2F0'

red 103 ◦ green 162 ◦ blue 240

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

Shades of Cornflower Blue #67A2F0

Tints of Cornflower Blue #67A2F0

RGB

 RED value IS 103 (40.63% from 255) = 20.4%

 GREEN value IS 162 (63.67% from 255) = 32.08%

 BLUE value IS 240 (94.14% from 255) = 47.52%

R = 20.4%
G = 32.08%
B = 47.52%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#67A2F0 (or 0x67A2F0) is known color: Cornflower Blue. HEX triplet: 67, A2 and F0. RGB value is (103,162,240). Sum of RGB (Red+Green+Blue) = 103+162+240=505 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.40% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #67A2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A2F0 is #985D0F. Grayscale: #989898. Windows color (decimal): -9985296 or 15770215. OLE color: 15770215.

HSL color Cylindrical-coordinate representation of color #67A2F0: hue angle of 214.16º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67A2F0 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 103 162 240 -
CMYK 0.57 0.32 0 0.06
HSL 214.16º 0.82% 0.67% -
HSV(B) 214.16º 0.57% 0.94% -
XYZ 34.24 35.02 87.39 -
YUV 153.25 176.95 92.16 -
System Red Green Blue C M Y K H S L
Decimal 103 162 240 0.57 0.32 0 0.06 214.16 0.82 0.67
Hex 67 A2 F0 39 20 0 6 D6 52 43
Octal 147 242 360 71 40 0 6 326 122 103
Binary 1100111 10100010 11110000 111001 100000 0 110 11010110 1010010 1000011

Color Harmonies of #67A2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A2F0

Black with #67A2F0

Text Example


Text Example

White with #67A2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A2F0; }

 p { color: rgb(103,162,240); }

 H1.HeaderClassName
 {
   color: #67A2F0;
 }
 .AnyTagClassName
 {
   color: #67A2F0;
 }
</style>

background-color css

<style>
 a { background-color: #67A2F0; }

 a { background-color: rgb(103,162,240); }

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

border-color css

<style>
 span { border-color: #67A2F0; }

 span { border-color: rgb(103,162,240); }

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