Html Css Color HEX #0274FD Dodger Blue

📋 copy color: '#0274FD'

red 2 ◦ green 116 ◦ blue 253

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

Shades of Dodger Blue #0274FD

Tints of Dodger Blue #0274FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

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

R = 0.54%
G = 31.27%
B = 68.19%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0274FD (or 0x0274FD) is known color: Dodger Blue. HEX triplet: 02, 74 and FD. RGB value is (2,116,253). Sum of RGB (Red+Green+Blue) = 2+116+253=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #0274FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0274FD is #FD8B02. Grayscale: #606060. Windows color (decimal): -16616195 or 16610306. OLE color: 16610306.

HSL color Cylindrical-coordinate representation of color #0274FD: hue angle of 212.75º 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 #0274FD is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 116 253 -
CMYK 0.99 0.54 0 0.01
HSL 212.75º 0.98% 0.5% -
HSV(B) 212.75º 0.99% 0.99% -
XYZ 24 19.6 95.45 -
YUV 97.53 215.73 59.86 -
System Red Green Blue C M Y K H S L
Decimal 2 116 253 0.99 0.54 0 0.01 212.75 0.98 0.5
Hex 2 74 FD 63 36 0 1 D5 62 32
Octal 2 164 375 143 66 0 1 325 142 62
Binary 10 1110100 11111101 1100011 110110 0 1 11010101 1100010 110010

Color Harmonies of #0274FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0274FD

Black with #0274FD

Text Example


Text Example

White with #0274FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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