Html Css Color HEX #0289FD Dodger Blue

📋 copy color: '#0289FD'

red 2 ◦ green 137 ◦ blue 253

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

Shades of Dodger Blue #0289FD

Tints of Dodger Blue #0289FD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

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

R = 0.51%
G = 34.95%
B = 64.54%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0289FD (or 0x0289FD) is known color: Dodger Blue. HEX triplet: 02, 89 and FD. RGB value is (2,137,253). Sum of RGB (Red+Green+Blue) = 2+137+253=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #0289FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0289FD is #FD7602. Grayscale: #6D6D6D. Windows color (decimal): -16610819 or 16615682. OLE color: 16615682.

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

Color convert

RGB 2 137 253 -
CMYK 0.99 0.46 0 0.01
HSL 207.73º 0.98% 0.5% -
HSV(B) 207.73º 0.99% 0.99% -
XYZ 26.7 25 96.35 -
YUV 109.86 208.77 51.07 -
System Red Green Blue C M Y K H S L
Decimal 2 137 253 0.99 0.46 0 0.01 207.73 0.98 0.5
Hex 2 89 FD 63 2E 0 1 D0 62 32
Octal 2 211 375 143 56 0 1 320 142 62
Binary 10 10001001 11111101 1100011 101110 0 1 11010000 1100010 110010

Color Harmonies of #0289FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0289FD

Black with #0289FD

Text Example


Text Example

White with #0289FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0289FD; }

 p { color: rgb(2,137,253); }

 H1.HeaderClassName
 {
   color: #0289FD;
 }
 .AnyTagClassName
 {
   color: #0289FD;
 }
</style>

background-color css

<style>
 a { background-color: #0289FD; }

 a { background-color: rgb(2,137,253); }

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

border-color css

<style>
 span { border-color: #0289FD; }

 span { border-color: rgb(2,137,253); }

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