Html Css Color HEX #0481FB Dodger Blue

📋 copy color: '#0481FB'

red 4 ◦ green 129 ◦ blue 251

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

Shades of Dodger Blue #0481FB

Tints of Dodger Blue #0481FB

RGB

 RED value IS 4 (1.95% from 255) = 1.04%

 GREEN value IS 129 (50.78% from 255) = 33.59%

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 1.04%
G = 33.59%
B = 65.36%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0481FB (or 0x0481FB) is known color: Dodger Blue. HEX triplet: 04, 81 and FB. RGB value is (4,129,251). Sum of RGB (Red+Green+Blue) = 4+129+251=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #0481FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0481FB is #FB7E04. Grayscale: #686868. Windows color (decimal): -16481797 or 16482564. OLE color: 16482564.

HSL color Cylindrical-coordinate representation of color #0481FB: hue angle of 209.64º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0481FB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 129 251 -
CMYK 0.98 0.49 0 0.02
HSL 209.64º 0.97% 0.5% -
HSV(B) 209.64º 0.98% 0.98% -
XYZ 25.31 22.69 94.31 -
YUV 105.53 210.09 55.58 -
System Red Green Blue C M Y K H S L
Decimal 4 129 251 0.98 0.49 0 0.02 209.64 0.97 0.5
Hex 4 81 FB 62 31 0 2 D2 61 32
Octal 4 201 373 142 61 0 2 322 141 62
Binary 100 10000001 11111011 1100010 110001 0 10 11010010 1100001 110010

Color Harmonies of #0481FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0481FB

Black with #0481FB

Text Example


Text Example

White with #0481FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0481FB; }

 p { color: rgb(4,129,251); }

 H1.HeaderClassName
 {
   color: #0481FB;
 }
 .AnyTagClassName
 {
   color: #0481FB;
 }
</style>

background-color css

<style>
 a { background-color: #0481FB; }

 a { background-color: rgb(4,129,251); }

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

border-color css

<style>
 span { border-color: #0481FB; }

 span { border-color: rgb(4,129,251); }

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