Html Css Color HEX #023DCD Persian Blue

📋 copy color: '#023DCD'

red 2 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #023DCD

Tints of Persian Blue #023DCD

RGB

 RED value IS 2 (1.17% from 255) = 0.75%

 GREEN value IS 61 (24.22% from 255) = 22.76%

 BLUE value IS 205 (80.47% from 255) = 76.49%

R = 0.75%
G = 22.76%
B = 76.49%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#023DCD (or 0x023DCD) is known color: Persian Blue. HEX triplet: 02, 3D and CD. RGB value is (2,61,205). Sum of RGB (Red+Green+Blue) = 2+61+205=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #023DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DCD is #FDC232. Grayscale: #3B3B3B. Windows color (decimal): -16630323 or 13450498. OLE color: 13450498.

HSL color Cylindrical-coordinate representation of color #023DCD: hue angle of 222.56º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DCD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 61 205 -
CMYK 0.99 0.70 0 0.20
HSL 222.56º 0.98% 0.41% -
HSV(B) 222.56º 0.99% 0.8% -
XYZ 12.71 7.76 58.59 -
YUV 59.78 209.95 86.79 -
System Red Green Blue C M Y K H S L
Decimal 2 61 205 0.99 0.70 0 0.20 222.56 0.98 0.41
Hex 2 3D CD 63 46 0 14 DF 62 29
Octal 2 75 315 143 106 0 24 337 142 51
Binary 10 111101 11001101 1100011 1000110 0 10100 11011111 1100010 101001

Color Harmonies of #023DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DCD

Black with #023DCD

Text Example


Text Example

White with #023DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023DCD; }

 p { color: rgb(2,61,205); }

 H1.HeaderClassName
 {
   color: #023DCD;
 }
 .AnyTagClassName
 {
   color: #023DCD;
 }
</style>

background-color css

<style>
 a { background-color: #023DCD; }

 a { background-color: rgb(2,61,205); }

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

border-color css

<style>
 span { border-color: #023DCD; }

 span { border-color: rgb(2,61,205); }

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