Html Css Color HEX #2272FA Dodger Blue

📋 copy color: '#2272FA'

red 34 ◦ green 114 ◦ blue 250

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

Shades of Dodger Blue #2272FA

Tints of Dodger Blue #2272FA

RGB

 RED value IS 34 (13.67% from 255) = 8.54%

 GREEN value IS 114 (44.92% from 255) = 28.64%

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

R = 8.54%
G = 28.64%
B = 62.81%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2272FA (or 0x2272FA) is known color: Dodger Blue. HEX triplet: 22, 72 and FA. RGB value is (34,114,250). Sum of RGB (Red+Green+Blue) = 34+114+250=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #2272FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2272FA is #DD8D05. Grayscale: #686868. Windows color (decimal): -14519558 or 16413218. OLE color: 16413218.

HSL color Cylindrical-coordinate representation of color #2272FA: hue angle of 217.78º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2272FA is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 114 250 -
CMYK 0.86 0.54 0 0.02
HSL 217.78º 0.96% 0.56% -
HSV(B) 217.78º 0.86% 0.98% -
XYZ 23.93 19.28 92.9 -
YUV 105.58 209.5 76.94 -
System Red Green Blue C M Y K H S L
Decimal 34 114 250 0.86 0.54 0 0.02 217.78 0.96 0.56
Hex 22 72 FA 56 36 0 2 DA 60 38
Octal 42 162 372 126 66 0 2 332 140 70
Binary 100010 1110010 11111010 1010110 110110 0 10 11011010 1100000 111000

Color Harmonies of #2272FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2272FA

Black with #2272FA

Text Example


Text Example

White with #2272FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,114,250); }

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

background-color css

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

 a { background-color: rgb(34,114,250); }

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

border-color css

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

 span { border-color: rgb(34,114,250); }

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