Html Css Color HEX #0940DF Persian Blue

📋 copy color: '#0940DF'

red 9 ◦ green 64 ◦ blue 223

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

Shades of Persian Blue #0940DF

Tints of Persian Blue #0940DF

RGB

 RED value IS 9 (3.91% from 255) = 3.04%

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 223 (87.5% from 255) = 75.34%

R = 3.04%
G = 21.62%
B = 75.34%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0940DF (or 0x0940DF) is known color: Persian Blue. HEX triplet: 09, 40 and DF. RGB value is (9,64,223). Sum of RGB (Red+Green+Blue) = 9+64+223=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #0940DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0940DF is #F6BF20. Grayscale: #404040. Windows color (decimal): -16170785 or 14630921. OLE color: 14630921.

HSL color Cylindrical-coordinate representation of color #0940DF: hue angle of 224.58º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0940DF is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 64 223 -
CMYK 0.96 0.71 0 0.13
HSL 224.58º 0.92% 0.45% -
HSV(B) 224.58º 0.96% 0.87% -
XYZ 15.27 9.05 70.75 -
YUV 65.68 216.78 87.57 -
System Red Green Blue C M Y K H S L
Decimal 9 64 223 0.96 0.71 0 0.13 224.58 0.92 0.45
Hex 9 40 DF 60 47 0 D E1 5C 2D
Octal 11 100 337 140 107 0 15 341 134 55
Binary 1001 1000000 11011111 1100000 1000111 0 1101 11100001 1011100 101101

Color Harmonies of #0940DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0940DF

Black with #0940DF

Text Example


Text Example

White with #0940DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0940DF; }

 p { color: rgb(9,64,223); }

 H1.HeaderClassName
 {
   color: #0940DF;
 }
 .AnyTagClassName
 {
   color: #0940DF;
 }
</style>

background-color css

<style>
 a { background-color: #0940DF; }

 a { background-color: rgb(9,64,223); }

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

border-color css

<style>
 span { border-color: #0940DF; }

 span { border-color: rgb(9,64,223); }

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