Html Css Color HEX #0298EF Dodger Blue

📋 copy color: '#0298EF'

red 2 ◦ green 152 ◦ blue 239

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

Shades of Dodger Blue #0298EF

Tints of Dodger Blue #0298EF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 0.51%
G = 38.68%
B = 60.81%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0298EF (or 0x0298EF) is known color: Dodger Blue. HEX triplet: 02, 98 and EF. RGB value is (2,152,239). Sum of RGB (Red+Green+Blue) = 2+152+239=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #0298EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0298EF is #FD6710. Grayscale: #747474. Windows color (decimal): -16606993 or 15702018. OLE color: 15702018.

HSL color Cylindrical-coordinate representation of color #0298EF: hue angle of 202.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0298EF is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 152 239 -
CMYK 0.99 0.36 0 0.06
HSL 202.03º 0.98% 0.47% -
HSV(B) 202.03º 0.99% 0.94% -
XYZ 26.83 28.7 85.79 -
YUV 117.07 196.81 45.93 -
System Red Green Blue C M Y K H S L
Decimal 2 152 239 0.99 0.36 0 0.06 202.03 0.98 0.47
Hex 2 98 EF 63 24 0 6 CA 62 2F
Octal 2 230 357 143 44 0 6 312 142 57
Binary 10 10011000 11101111 1100011 100100 0 110 11001010 1100010 101111

Color Harmonies of #0298EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0298EF

Black with #0298EF

Text Example


Text Example

White with #0298EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0298EF; }

 p { color: rgb(2,152,239); }

 H1.HeaderClassName
 {
   color: #0298EF;
 }
 .AnyTagClassName
 {
   color: #0298EF;
 }
</style>

background-color css

<style>
 a { background-color: #0298EF; }

 a { background-color: rgb(2,152,239); }

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

border-color css

<style>
 span { border-color: #0298EF; }

 span { border-color: rgb(2,152,239); }

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