Html Css Color HEX #070BED Blue

📋 copy color: '#070BED'

red 7 ◦ green 11 ◦ blue 237

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

Shades of Blue #070BED

Tints of Blue #070BED

RGB

 RED value IS 7 (3.13% from 255) = 2.75%

 GREEN value IS 11 (4.69% from 255) = 4.31%

 BLUE value IS 237 (92.97% from 255) = 92.94%

R = 2.75%
G = 4.31%
B = 92.94%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#070BED (or 0x070BED) is known color: Blue. HEX triplet: 07, 0B and ED. RGB value is (7,11,237). Sum of RGB (Red+Green+Blue) = 7+11+237=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 237 (92.97% from 255 or 92.94% from 255); Max value from RGB is 237 - color contains mainly: blue. Hex color #070BED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070BED is #F8F412. Grayscale: #222222. Windows color (decimal): -16315411 or 15534855. OLE color: 15534855.

HSL color Cylindrical-coordinate representation of color #070BED: hue angle of 238.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070BED is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 11 237 -
CMYK 0.97 0.95 0 0.07
HSL 238.96º 0.94% 0.48% -
HSV(B) 238.96º 0.97% 0.93% -
XYZ 15.49 6.4 80.54 -
YUV 35.57 241.67 107.62 -
System Red Green Blue C M Y K H S L
Decimal 7 11 237 0.97 0.95 0 0.07 238.96 0.94 0.48
Hex 7 B ED 61 5F 0 7 EF 5E 30
Octal 7 13 355 141 137 0 7 357 136 60
Binary 111 1011 11101101 1100001 1011111 0 111 11101111 1011110 110000

Color Harmonies of #070BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070BED

Black with #070BED

Text Example


Text Example

White with #070BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070BED; }

 p { color: rgb(7,11,237); }

 H1.HeaderClassName
 {
   color: #070BED;
 }
 .AnyTagClassName
 {
   color: #070BED;
 }
</style>

background-color css

<style>
 a { background-color: #070BED; }

 a { background-color: rgb(7,11,237); }

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

border-color css

<style>
 span { border-color: #070BED; }

 span { border-color: rgb(7,11,237); }

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