Html Css Color HEX #0938DD Persian Blue

📋 copy color: '#0938DD'

red 9 ◦ green 56 ◦ blue 221

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

Shades of Persian Blue #0938DD

Tints of Persian Blue #0938DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77.27%

R = 3.15%
G = 19.58%
B = 77.27%

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

#0938DD (or 0x0938DD) is known color: Persian Blue. HEX triplet: 09, 38 and DD. RGB value is (9,56,221). Sum of RGB (Red+Green+Blue) = 9+56+221=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #0938DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938DD is #F6C722. Grayscale: #3C3C3C. Windows color (decimal): -16172835 or 14497801. OLE color: 14497801.

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

Color convert

RGB 9 56 221 -
CMYK 0.96 0.75 0 0.13
HSL 226.7º 0.92% 0.45% -
HSV(B) 226.7º 0.96% 0.87% -
XYZ 14.58 8.11 69.2 -
YUV 60.76 218.43 91.08 -
System Red Green Blue C M Y K H S L
Decimal 9 56 221 0.96 0.75 0 0.13 226.7 0.92 0.45
Hex 9 38 DD 60 4B 0 D E3 5C 2D
Octal 11 70 335 140 113 0 15 343 134 55
Binary 1001 111000 11011101 1100000 1001011 0 1101 11100011 1011100 101101

Color Harmonies of #0938DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938DD

Black with #0938DD

Text Example


Text Example

White with #0938DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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