Html Css Color HEX #446FCF Royal Blue

📋 copy color: '#446FCF'

red 68 ◦ green 111 ◦ blue 207

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

Shades of Royal Blue #446FCF

Tints of Royal Blue #446FCF

RGB

 RED value IS 68 (26.95% from 255) = 17.62%

 GREEN value IS 111 (43.75% from 255) = 28.76%

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 17.62%
G = 28.76%
B = 53.63%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#446FCF (or 0x446FCF) is known color: Royal Blue. HEX triplet: 44, 6F and CF. RGB value is (68,111,207). Sum of RGB (Red+Green+Blue) = 68+111+207=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #446FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FCF is #BB9030. Grayscale: #6C6C6C. Windows color (decimal): -12292145 or 13594436. OLE color: 13594436.

HSL color Cylindrical-coordinate representation of color #446FCF: hue angle of 221.44º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446FCF is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 111 207 -
CMYK 0.67 0.46 0 0.19
HSL 221.44º 0.59% 0.54% -
HSV(B) 221.44º 0.67% 0.81% -
XYZ 19.33 17.1 61.31 -
YUV 109.09 183.25 98.69 -
System Red Green Blue C M Y K H S L
Decimal 68 111 207 0.67 0.46 0 0.19 221.44 0.59 0.54
Hex 44 6F CF 43 2E 0 13 DD 3B 36
Octal 104 157 317 103 56 0 23 335 73 66
Binary 1000100 1101111 11001111 1000011 101110 0 10011 11011101 111011 110110

Color Harmonies of #446FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FCF

Black with #446FCF

Text Example


Text Example

White with #446FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446FCF; }

 p { color: rgb(68,111,207); }

 H1.HeaderClassName
 {
   color: #446FCF;
 }
 .AnyTagClassName
 {
   color: #446FCF;
 }
</style>

background-color css

<style>
 a { background-color: #446FCF; }

 a { background-color: rgb(68,111,207); }

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

border-color css

<style>
 span { border-color: #446FCF; }

 span { border-color: rgb(68,111,207); }

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