Html Css Color HEX #0297EB Dodger Blue

📋 copy color: '#0297EB'

red 2 ◦ green 151 ◦ blue 235

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

Shades of Dodger Blue #0297EB

Tints of Dodger Blue #0297EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.57%

R = 0.52%
G = 38.92%
B = 60.57%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0297EB (or 0x0297EB) is known color: Dodger Blue. HEX triplet: 02, 97 and EB. RGB value is (2,151,235). Sum of RGB (Red+Green+Blue) = 2+151+235=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #0297EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0297EB is #FD6814. Grayscale: #737373. Windows color (decimal): -16607253 or 15439618. OLE color: 15439618.

HSL color Cylindrical-coordinate representation of color #0297EB: hue angle of 201.63º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0297EB is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 151 235 -
CMYK 0.99 0.36 0 0.08
HSL 201.63º 0.98% 0.46% -
HSV(B) 201.63º 0.99% 0.92% -
XYZ 26.09 28.14 82.65 -
YUV 116.03 195.14 46.67 -
System Red Green Blue C M Y K H S L
Decimal 2 151 235 0.99 0.36 0 0.08 201.63 0.98 0.46
Hex 2 97 EB 63 24 0 8 CA 62 2E
Octal 2 227 353 143 44 0 10 312 142 56
Binary 10 10010111 11101011 1100011 100100 0 1000 11001010 1100010 101110

Color Harmonies of #0297EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0297EB

Black with #0297EB

Text Example


Text Example

White with #0297EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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