Html Css Color HEX #0A2FDF Persian Blue

📋 copy color: '#0A2FDF'

red 10 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #0A2FDF

Tints of Persian Blue #0A2FDF

RGB

 RED value IS 10 (4.3% from 255) = 3.57%

 GREEN value IS 47 (18.75% from 255) = 16.79%

 BLUE value IS 223 (87.5% from 255) = 79.64%

R = 3.57%
G = 16.79%
B = 79.64%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A2FDF (or 0x0A2FDF) is known color: Persian Blue. HEX triplet: 0A, 2F and DF. RGB value is (10,47,223). Sum of RGB (Red+Green+Blue) = 10+47+223=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A2FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2FDF is #F5D020. Grayscale: #373737. Windows color (decimal): -16109601 or 14626570. OLE color: 14626570.

HSL color Cylindrical-coordinate representation of color #0A2FDF: hue angle of 229.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A2FDF is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 47 223 -
CMYK 0.96 0.79 0 0.13
HSL 229.58º 0.91% 0.46% -
HSV(B) 229.58º 0.96% 0.87% -
XYZ 14.46 7.43 70.48 -
YUV 56 222.24 95.19 -
System Red Green Blue C M Y K H S L
Decimal 10 47 223 0.96 0.79 0 0.13 229.58 0.91 0.46
Hex A 2F DF 60 4F 0 D E6 5B 2E
Octal 12 57 337 140 117 0 15 346 133 56
Binary 1010 101111 11011111 1100000 1001111 0 1101 11100110 1011011 101110

Color Harmonies of #0A2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2FDF

Black with #0A2FDF

Text Example


Text Example

White with #0A2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,47,223); }

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

background-color css

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

 a { background-color: rgb(10,47,223); }

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

border-color css

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

 span { border-color: rgb(10,47,223); }

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