Html Css Color HEX #0238CE Persian Blue

📋 copy color: '#0238CE'

red 2 ◦ green 56 ◦ blue 206

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

Shades of Persian Blue #0238CE

Tints of Persian Blue #0238CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 78.03%

R = 0.76%
G = 21.21%
B = 78.03%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0238CE (or 0x0238CE) is known color: Persian Blue. HEX triplet: 02, 38 and CE. RGB value is (2,56,206). Sum of RGB (Red+Green+Blue) = 2+56+206=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #0238CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0238CE is #FDC731. Grayscale: #383838. Windows color (decimal): -16631602 or 13514754. OLE color: 13514754.

HSL color Cylindrical-coordinate representation of color #0238CE: hue angle of 224.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238CE is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 56 206 -
CMYK 0.99 0.73 0 0.19
HSL 224.12º 0.98% 0.41% -
HSV(B) 224.12º 0.99% 0.81% -
XYZ 12.58 7.3 59.14 -
YUV 56.95 212.11 88.8 -
System Red Green Blue C M Y K H S L
Decimal 2 56 206 0.99 0.73 0 0.19 224.12 0.98 0.41
Hex 2 38 CE 63 49 0 13 E0 62 29
Octal 2 70 316 143 111 0 23 340 142 51
Binary 10 111000 11001110 1100011 1001001 0 10011 11100000 1100010 101001

Color Harmonies of #0238CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0238CE

Black with #0238CE

Text Example


Text Example

White with #0238CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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