Html Css Color HEX #0D12FD Blue

📋 copy color: '#0D12FD'

red 13 ◦ green 18 ◦ blue 253

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

Shades of Blue #0D12FD

Tints of Blue #0D12FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 253 (99.22% from 255) = 89.08%

R = 4.58%
G = 6.34%
B = 89.08%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0D12FD (or 0x0D12FD) is known color: Blue. HEX triplet: 0D, 12 and FD. RGB value is (13,18,253). Sum of RGB (Red+Green+Blue) = 13+18+253=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 253 (99.22% from 255 or 89.08% from 284); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D12FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D12FD is #F2ED02. Grayscale: #2A2A2A. Windows color (decimal): -15920387 or 16585229. OLE color: 16585229.

HSL color Cylindrical-coordinate representation of color #0D12FD: hue angle of 238.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D12FD is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 13 18 253 -
CMYK 0.95 0.93 0 0.01
HSL 238.75º 0.98% 0.52% -
HSV(B) 238.75º 0.95% 0.99% -
XYZ 18.11 7.61 93.44 -
YUV 43.3 246.34 106.39 -
System Red Green Blue C M Y K H S L
Decimal 13 18 253 0.95 0.93 0 0.01 238.75 0.98 0.52
Hex D 12 FD 5F 5D 0 1 EF 62 34
Octal 15 22 375 137 135 0 1 357 142 64
Binary 1101 10010 11111101 1011111 1011101 0 1 11101111 1100010 110100

Color Harmonies of #0D12FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D12FD

Black with #0D12FD

Text Example


Text Example

White with #0D12FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,18,253); }

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

background-color css

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

 a { background-color: rgb(13,18,253); }

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

border-color css

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

 span { border-color: rgb(13,18,253); }

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