Html Css Color HEX #0D3FEE Persian Blue

📋 copy color: '#0D3FEE'

red 13 ◦ green 63 ◦ blue 238

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

Shades of Persian Blue #0D3FEE

Tints of Persian Blue #0D3FEE

RGB

 RED value IS 13 (5.47% from 255) = 4.14%

 GREEN value IS 63 (25% from 255) = 20.06%

 BLUE value IS 238 (93.36% from 255) = 75.8%

R = 4.14%
G = 20.06%
B = 75.8%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0D3FEE (or 0x0D3FEE) is known color: Persian Blue. HEX triplet: 0D, 3F and EE. RGB value is (13,63,238). Sum of RGB (Red+Green+Blue) = 13+63+238=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 238 (93.36% from 255 or 75.80% from 314); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D3FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3FEE is #F2C011. Grayscale: #434343. Windows color (decimal): -15908882 or 15613709. OLE color: 15613709.

HSL color Cylindrical-coordinate representation of color #0D3FEE: hue angle of 226.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D3FEE is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 63 238 -
CMYK 0.95 0.74 0 0.07
HSL 226.67º 0.9% 0.49% -
HSV(B) 226.67º 0.95% 0.93% -
XYZ 17.38 9.81 81.87 -
YUV 68 223.94 88.77 -
System Red Green Blue C M Y K H S L
Decimal 13 63 238 0.95 0.74 0 0.07 226.67 0.9 0.49
Hex D 3F EE 5F 4A 0 7 E3 5A 31
Octal 15 77 356 137 112 0 7 343 132 61
Binary 1101 111111 11101110 1011111 1001010 0 111 11100011 1011010 110001

Color Harmonies of #0D3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3FEE

Black with #0D3FEE

Text Example


Text Example

White with #0D3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D3FEE; }

 p { color: rgb(13,63,238); }

 H1.HeaderClassName
 {
   color: #0D3FEE;
 }
 .AnyTagClassName
 {
   color: #0D3FEE;
 }
</style>

background-color css

<style>
 a { background-color: #0D3FEE; }

 a { background-color: rgb(13,63,238); }

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

border-color css

<style>
 span { border-color: #0D3FEE; }

 span { border-color: rgb(13,63,238); }

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