Html Css Color HEX #0238DC Persian Blue

📋 copy color: '#0238DC'

red 2 ◦ green 56 ◦ blue 220

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

Shades of Persian Blue #0238DC

Tints of Persian Blue #0238DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 79.14%

R = 0.72%
G = 20.14%
B = 79.14%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0238DC (or 0x0238DC) is known color: Persian Blue. HEX triplet: 02, 38 and DC. RGB value is (2,56,220). Sum of RGB (Red+Green+Blue) = 2+56+220=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #0238DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0238DC is #FDC723. Grayscale: #393939. Windows color (decimal): -16631588 or 14432258. OLE color: 14432258.

HSL color Cylindrical-coordinate representation of color #0238DC: hue angle of 225.14º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238DC is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 56 220 -
CMYK 0.99 0.75 0 0.14
HSL 225.14º 0.98% 0.44% -
HSV(B) 225.14º 0.99% 0.86% -
XYZ 14.36 8.01 68.5 -
YUV 58.55 219.11 87.66 -
System Red Green Blue C M Y K H S L
Decimal 2 56 220 0.99 0.75 0 0.14 225.14 0.98 0.44
Hex 2 38 DC 63 4B 0 E E1 62 2C
Octal 2 70 334 143 113 0 16 341 142 54
Binary 10 111000 11011100 1100011 1001011 0 1110 11100001 1100010 101100

Color Harmonies of #0238DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0238DC

Black with #0238DC

Text Example


Text Example

White with #0238DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0238DC; }

 p { color: rgb(2,56,220); }

 H1.HeaderClassName
 {
   color: #0238DC;
 }
 .AnyTagClassName
 {
   color: #0238DC;
 }
</style>

background-color css

<style>
 a { background-color: #0238DC; }

 a { background-color: rgb(2,56,220); }

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

border-color css

<style>
 span { border-color: #0238DC; }

 span { border-color: rgb(2,56,220); }

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