Html Css Color HEX #0938DF Persian Blue

📋 copy color: '#0938DF'

red 9 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #0938DF

Tints of Persian Blue #0938DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

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

R = 3.13%
G = 19.44%
B = 77.43%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0938DF (or 0x0938DF) is known color: Persian Blue. HEX triplet: 09, 38 and DF. RGB value is (9,56,223). Sum of RGB (Red+Green+Blue) = 9+56+223=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #0938DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938DF is #F6C720. Grayscale: #3C3C3C. Windows color (decimal): -16172833 or 14628873. OLE color: 14628873.

HSL color Cylindrical-coordinate representation of color #0938DF: hue angle of 226.82º 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 #0938DF is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 56 223 -
CMYK 0.96 0.75 0 0.13
HSL 226.82º 0.92% 0.45% -
HSV(B) 226.82º 0.96% 0.87% -
XYZ 14.85 8.21 70.62 -
YUV 60.99 219.43 90.92 -
System Red Green Blue C M Y K H S L
Decimal 9 56 223 0.96 0.75 0 0.13 226.82 0.92 0.45
Hex 9 38 DF 60 4B 0 D E3 5C 2D
Octal 11 70 337 140 113 0 15 343 134 55
Binary 1001 111000 11011111 1100000 1001011 0 1101 11100011 1011100 101101

Color Harmonies of #0938DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938DF

Black with #0938DF

Text Example


Text Example

White with #0938DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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