Html Css Color HEX #67A2F1 Cornflower Blue

📋 copy color: '#67A2F1'

red 103 ◦ green 162 ◦ blue 241

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

Shades of Cornflower Blue #67A2F1

Tints of Cornflower Blue #67A2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.63%

R = 20.36%
G = 32.02%
B = 47.63%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#67A2F1 (or 0x67A2F1) is known color: Cornflower Blue. HEX triplet: 67, A2 and F1. RGB value is (103,162,241). Sum of RGB (Red+Green+Blue) = 103+162+241=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #67A2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A2F1 is #985D0E. Grayscale: #989898. Windows color (decimal): -9985295 or 15835751. OLE color: 15835751.

HSL color Cylindrical-coordinate representation of color #67A2F1: hue angle of 214.35º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67A2F1 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 103 162 241 -
CMYK 0.57 0.33 0 0.05
HSL 214.35º 0.83% 0.67% -
HSV(B) 214.35º 0.57% 0.95% -
XYZ 34.39 35.08 88.18 -
YUV 153.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 103 162 241 0.57 0.33 0 0.05 214.35 0.83 0.67
Hex 67 A2 F1 39 21 0 5 D6 53 43
Octal 147 242 361 71 41 0 5 326 123 103
Binary 1100111 10100010 11110001 111001 100001 0 101 11010110 1010011 1000011

Color Harmonies of #67A2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A2F1

Black with #67A2F1

Text Example


Text Example

White with #67A2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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