Html Css Color HEX #0297F9 Dodger Blue

📋 copy color: '#0297F9'

red 2 ◦ green 151 ◦ blue 249

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

Shades of Dodger Blue #0297F9

Tints of Dodger Blue #0297F9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

 BLUE value IS 249 (97.66% from 255) = 61.94%

R = 0.5%
G = 37.56%
B = 61.94%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0297F9 (or 0x0297F9) is known color: Dodger Blue. HEX triplet: 02, 97 and F9. RGB value is (2,151,249). Sum of RGB (Red+Green+Blue) = 2+151+249=402 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 249 (97.66% from 255 or 61.94% from 402); Max value from RGB is 249 - color contains mainly: blue. Hex color #0297F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0297F9 is #FD6806. Grayscale: #757575. Windows color (decimal): -16607239 or 16357122. OLE color: 16357122.

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

Color convert

RGB 2 151 249 -
CMYK 0.99 0.39 0 0.02
HSL 203.81º 0.98% 0.49% -
HSV(B) 203.81º 0.99% 0.98% -
XYZ 28.19 28.99 93.73 -
YUV 117.62 202.14 45.53 -
System Red Green Blue C M Y K H S L
Decimal 2 151 249 0.99 0.39 0 0.02 203.81 0.98 0.49
Hex 2 97 F9 63 27 0 2 CC 62 31
Octal 2 227 371 143 47 0 2 314 142 61
Binary 10 10010111 11111001 1100011 100111 0 10 11001100 1100010 110001

Color Harmonies of #0297F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0297F9

Black with #0297F9

Text Example


Text Example

White with #0297F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0297F9; }

 p { color: rgb(2,151,249); }

 H1.HeaderClassName
 {
   color: #0297F9;
 }
 .AnyTagClassName
 {
   color: #0297F9;
 }
</style>

background-color css

<style>
 a { background-color: #0297F9; }

 a { background-color: rgb(2,151,249); }

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

border-color css

<style>
 span { border-color: #0297F9; }

 span { border-color: rgb(2,151,249); }

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