Html Css Color HEX #0299FA Dodger Blue

📋 copy color: '#0299FA'

red 2 ◦ green 153 ◦ blue 250

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

Shades of Dodger Blue #0299FA

Tints of Dodger Blue #0299FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

 BLUE value IS 250 (98.05% from 255) = 61.73%

R = 0.49%
G = 37.78%
B = 61.73%

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

#0299FA (or 0x0299FA) is known color: Dodger Blue. HEX triplet: 02, 99 and FA. RGB value is (2,153,250). Sum of RGB (Red+Green+Blue) = 2+153+250=405 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #0299FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0299FA is #FD6605. Grayscale: #767676. Windows color (decimal): -16606726 or 16423170. OLE color: 16423170.

HSL color Cylindrical-coordinate representation of color #0299FA: hue angle of 203.47º 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 #0299FA is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 153 250 -
CMYK 0.99 0.39 0 0.02
HSL 203.47º 0.98% 0.49% -
HSV(B) 203.47º 0.99% 0.98% -
XYZ 28.67 29.7 94.66 -
YUV 118.91 201.97 44.61 -
System Red Green Blue C M Y K H S L
Decimal 2 153 250 0.99 0.39 0 0.02 203.47 0.98 0.49
Hex 2 99 FA 63 27 0 2 CB 62 31
Octal 2 231 372 143 47 0 2 313 142 61
Binary 10 10011001 11111010 1100011 100111 0 10 11001011 1100010 110001

Color Harmonies of #0299FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0299FA

Black with #0299FA

Text Example


Text Example

White with #0299FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0299FA; }

 p { color: rgb(2,153,250); }

 H1.HeaderClassName
 {
   color: #0299FA;
 }
 .AnyTagClassName
 {
   color: #0299FA;
 }
</style>

background-color css

<style>
 a { background-color: #0299FA; }

 a { background-color: rgb(2,153,250); }

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

border-color css

<style>
 span { border-color: #0299FA; }

 span { border-color: rgb(2,153,250); }

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