#227BF3

Color #227BF3 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #227BF3

Tints of Dodger Blue #227BF3

Color information

#227BF3 (or 0x227BF3) is unknown color: approx Dodger Blue. HEX triplet: 22, 7B and F3. RGB value is (34,123,243). Sum of RGB (Red+Green+Blue) = 34+123+243=400 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 243 (95.31% from 255 or 60.75% from 400); Max value from RGB is 243 - color contains mainly: blue. Hex color #227BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227BF3 is #DD840C. Grayscale: #6D6D6D. Windows color (decimal): -14517261 or 15956770. OLE color: 15956770.

HSL color Cylindrical-coordinate representation of color #227BF3: hue angle of 214.45º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #227BF3 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB34123243-
CMYK0.860.4900.05
HSL214.45º89.7%54.31%-
HSV(B)214.45º86.01%95.29%-
XYZ23.9220.9887.58-
YUV110.07203.0173.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.5%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 243 (95.31% from 255) = 60.75%
R=8.5%
G=30.75%
B=60.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal341232430.860.4900.05214.4589.754.31
Hex227BF3563105d65a36
Octal42173363126610532613266
Binary10001011110111111001110101101100010101110101101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227BF3; }

 p { color: rgb(34,123,243); }

 H1.HeaderClassName
 {
   color: #227BF3;
 }
 .AnyTagClassName
 {
   color: #227BF3;
 }
</style>
background-color css

<style>
 a { background-color: #227BF3; }

 a { background-color: rgb(34,123,243); }

 div.DivClassName
 {
   background-color: #227BF3;
 }
 .BgClassName
 {
   background-color: #227BF3;
 }
</style>
border-color css

<style>
 span { border-color: #227BF3; }

 span { border-color: rgb(34,123,243); }

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